home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK2.toast / Development Kits / QuickTime / QuickTime 3 Interfaces & Libs / QTDevWin / CIncludes / DriverSupport.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-21  |  698 b   |  31 lines  |  [TEXT/dosa]

  1. /*
  2.      File:        DriverSupport.h
  3.  
  4.      Contains:    Driver Support Interfaces.
  5.  
  6.      Version:    Technology:    Sustem 8
  7.                  Release:    QuickTime 3.0
  8.  
  9.      Copyright:    © 1985-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        Please include the the file and version information (from above) with
  12.                  the problem description.  Developers belonging to one of the Apple
  13.                  developer programs can submit bug reports to:
  14.  
  15.                      devsupport@apple.com
  16.  
  17. */
  18. #ifndef __DRIVERSUPPORT__
  19. #define __DRIVERSUPPORT__
  20.  
  21. #ifndef __DRIVERSERVICES__
  22. #include <DriverServices.h>
  23. #endif
  24.  
  25. /*
  26.     The contents of DriverSupport.h has been merged into DriverServices.h
  27. */
  28.  
  29. #endif /* __DRIVERSUPPORT__ */
  30.  
  31.